home *** CD-ROM | disk | FTP | other *** search
/ PC Computing: Gaming Megapac / Gaming Megapac (PC Computing)(Ziff-Davis)(D56A)(1997).ISO / office97 / pub.dir / 00014_Script_OPEN trial < prev    next >
Text File  |  1997-02-28  |  188b  |  12 lines

  1. on exitFrame
  2.   
  3.   global gCD
  4.   
  5.   setUpLaunchMoreFromMicrosoft
  6.   
  7.    set file = gCD & "\OFFICE97\more\pub\setup.exe"
  8.   open file
  9.   
  10.   cursor 0              --reset cursor
  11.   
  12. end